home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmmailc / _setup.1 / AHMTDsgInetMail.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-01  |  4.6 KB  |  135 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTDsgInetMail.pas' rev: 3.00
  6.  
  7. #ifndef AHMTDsgInetMailHPP
  8. #define AHMTDsgInetMailHPP
  9. #include <DsgnWnds.hpp>
  10. #include <LibIntf.hpp>
  11. #include <Buttons.hpp>
  12. #include <DsgnIntf.hpp>
  13. #include <AHMTIEmails.hpp>
  14. #include <ExtCtrls.hpp>
  15. #include <StdCtrls.hpp>
  16. #include <Dialogs.hpp>
  17. #include <Forms.hpp>
  18. #include <Controls.hpp>
  19. #include <Graphics.hpp>
  20. #include <Classes.hpp>
  21. #include <SysUtils.hpp>
  22. #include <Messages.hpp>
  23. #include <Windows.hpp>
  24. #include <SysInit.hpp>
  25. #include <System.hpp>
  26.  
  27. //-- user supplied -----------------------------------------------------------
  28.  
  29. namespace Ahmtdsginetmail
  30. {
  31. //-- type declarations -------------------------------------------------------
  32. class DELPHICLASS TInetMailConfig;
  33. class PASCALIMPLEMENTATION TInetMailConfig : public Dsgnwnds::TDesignWindow 
  34. {
  35.     typedef Dsgnwnds::TDesignWindow inherited;
  36.     
  37. __published:
  38.     Stdctrls::TButton* Button1;
  39.     Stdctrls::TListBox* ListBox1;
  40.     Stdctrls::TListBox* ListBox2;
  41.     Extctrls::TBevel* Bevel1;
  42.     Stdctrls::TLabel* Label1;
  43.     Stdctrls::TLabel* Label2;
  44.     Stdctrls::TButton* Button2;
  45.     Stdctrls::TButton* Button3;
  46.     Stdctrls::TButton* Button4;
  47.     Stdctrls::TButton* Button5;
  48.     Dialogs::TOpenDialog* OpenDialog1;
  49.     Dialogs::TSaveDialog* SaveDialog1;
  50.     Extctrls::TBevel* Bevel2;
  51.     Buttons::TSpeedButton* SpeedButton1;
  52.     Buttons::TSpeedButton* SpeedButton2;
  53.     Buttons::TSpeedButton* SpeedButton3;
  54.     Buttons::TSpeedButton* SpeedButton4;
  55.     void __fastcall Button3Click(System::TObject* Sender);
  56.     void __fastcall Button4Click(System::TObject* Sender);
  57.     void __fastcall Button5Click(System::TObject* Sender);
  58.     void __fastcall Button2Click(System::TObject* Sender);
  59.     void __fastcall ListBox1MouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState 
  60.         Shift, int X, int Y);
  61.     void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
  62.     void __fastcall Button1Click(System::TObject* Sender);
  63.     void __fastcall ListBox1Click(System::TObject* Sender);
  64.     void __fastcall SpeedButton1Click(System::TObject* Sender);
  65.     void __fastcall SpeedButton3Click(System::TObject* Sender);
  66.     void __fastcall SpeedButton2Click(System::TObject* Sender);
  67.     void __fastcall ListBox2MouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState 
  68.         Shift, int X, int Y);
  69.     
  70. protected:
  71.     DYNAMIC void __fastcall Activated(void);
  72.     
  73. public:
  74.     System::AnsiString MsgString;
  75.     Ahmtiemails::TAHMMessages* FAHMInetMessages;
  76.     virtual void __fastcall ComponentDeleted(Classes::TComponent* Component);
  77.     virtual void __fastcall FormClosed(Forms::TCustomForm* AForm);
  78.     __fastcall virtual ~TInetMailConfig(void);
  79. public:
  80.     /* TDesignWindow.Create */ __fastcall virtual TInetMailConfig(Classes::TComponent* AOwner) : Dsgnwnds::
  81.         TDesignWindow(AOwner) { }
  82.     
  83. public:
  84.     /* TCustomForm.CreateNew */ __fastcall TInetMailConfig(Classes::TComponent* AOwner, int Dummy) : Dsgnwnds::
  85.         TDesignWindow(AOwner, Dummy) { }
  86.     
  87. public:
  88.     /* TWinControl.CreateParented */ __fastcall TInetMailConfig(HWND ParentWindow) : Dsgnwnds::TDesignWindow(
  89.         ParentWindow) { }
  90.     
  91. };
  92.  
  93. class DELPHICLASS TAHMInetProperty;
  94. class PASCALIMPLEMENTATION TAHMInetProperty : public Dsgnintf::TClassProperty 
  95. {
  96.     typedef Dsgnintf::TClassProperty inherited;
  97.     
  98. public:
  99.     virtual void __fastcall Edit(void);
  100.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  101. public:
  102.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMInetProperty(void) { }
  103.     
  104. public:
  105.     /* TObject.Create */ __fastcall TAHMInetProperty(void) : Dsgnintf::TClassProperty() { }
  106.     
  107. };
  108.  
  109. class DELPHICLASS TAHMAttachmentProperty;
  110. class PASCALIMPLEMENTATION TAHMAttachmentProperty : public Dsgnintf::TClassProperty 
  111. {
  112.     typedef Dsgnintf::TClassProperty inherited;
  113.     
  114. public:
  115.     virtual void __fastcall Edit(void);
  116.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  117. public:
  118.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMAttachmentProperty(void) { }
  119.     
  120. public:
  121.     /* TObject.Create */ __fastcall TAHMAttachmentProperty(void) : Dsgnintf::TClassProperty() { }
  122.     
  123. };
  124.  
  125. //-- var, const, procedure ---------------------------------------------------
  126. extern PACKAGE TInetMailConfig* InetMailConfig;
  127. extern PACKAGE void __fastcall ConfigureInetMail(Ahmtiemails::TAHMMessages* AHMInetMessages);
  128.  
  129. }    /* namespace Ahmtdsginetmail */
  130. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  131. using namespace Ahmtdsginetmail;
  132. #endif
  133. //-- end unit ----------------------------------------------------------------
  134. #endif    // AHMTDsgInetMail
  135.